home *** CD-ROM | disk | FTP | other *** search
/ Birds of the World / Birds of the World (Simply Media)(1999).iso / AOLSetupFiles / AOL90 / MEDIA / UPGRADE.SWF / scripts / frame_3 / DoAction.as
Text File  |  2004-11-19  |  124b  |  11 lines

  1. if(LE == true)
  2. {
  3.    gotoAndStop("loop");
  4.    play();
  5. }
  6. else if(LE == false)
  7. {
  8.    gotoAndStop("loop");
  9.    play();
  10. }
  11.